Platform Explorer / Nuxeo Platform 2023.9

Extension point adapters

Contribution Descriptors

  • Class: org.nuxeo.ecm.platform.io.descriptors.IOResourceAdapterDescriptor

Existing Contributions

Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.

  • nuxeo-platform-audit-io-2023.9.10.jar /OSGI-INF/io-audit-contrib.xml
    <extension point="adapters" target="org.nuxeo.ecm.platform.io.IOManager">
    
        <adapter class="org.nuxeo.ecm.platform.audit.io.IOAuditAdapter" name="audit_logs">
          <property name="nothing">default</property>
        </adapter>
    
      </extension>
  • nuxeo-platform-relations-io-2023.9.10.jar /OSGI-INF/io-relations-contrib.xml
    <extension point="adapters" target="org.nuxeo.ecm.platform.io.IOManager">
    
        <adapter class="org.nuxeo.ecm.platform.relations.io.IORelationAdapter" name="template_relations">
          <property name="graph">default</property>
          <property name="ignore-external">true</property>
        </adapter>
    
      </extension>